projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c4464
)
Declare global counters only in debug builds
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 29 Jan 2020 13:03:56 +0000
(14:03 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 11 Feb 2020 14:47:22 +0000
(14:47 +0000)
gsk/vulkan/gskvulkanrenderer.c
patch
|
blob
|
history
diff --git
a/gsk/vulkan/gskvulkanrenderer.c
b/gsk/vulkan/gskvulkanrenderer.c
index 867f51b5d64a6019a9bdcd9a61245e3c18db4875..cd10a31857a28dd4854162a6e6cced715ab3ad51 100644
(file)
--- a/
gsk/vulkan/gskvulkanrenderer.c
+++ b/
gsk/vulkan/gskvulkanrenderer.c
@@
-37,10
+37,10
@@
typedef struct {
GQuark cpu_time;
GQuark gpu_time;
} ProfileTimers;
-#endif
static guint texture_pixels_counter;
static guint fallback_pixels_counter;
+#endif
struct _GskVulkanRenderer
{